home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio 5
/
Ray Dream.iso
/
pc
/
Samples
/
Formulas
/
Backdrop.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-04
|
129 b
|
7 lines
nu=u*(abs(p1)*29+1);
nv=v*(abs(p2)*29+1);
a=nu-floor(nu);
b=nv-floor(nv);
red=(a>0.5);
green=(a>0.5)*(b>0.5);
blue=(b>0.5);